1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 11:36:08 +02:00

content: templated the menu, recoded shortcodes, several minor improvements

This commit is contained in:
lia
2007-04-10 14:34:39 +00:00
parent 727a3e4977
commit 3f3ea5b7e3
21 changed files with 1917 additions and 1376 deletions

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/content/e_meta.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:34:56 $
| $Author: mcfly_e107 $
| $Revision: 1.2 $
| $Date: 2007-04-10 14:34:39 $
| $Author: lisa_ $
+----------------------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; }
@@ -48,5 +48,4 @@ if(isset($qs[0]) && $qs[0] == "content" && isset($qs[1]) && is_numeric($qs[1]) )
}
}
?>